home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.result = "<center>Your Score was " + _root.score + ".<br>For you the wise man says;<br>";
- if(_parent.score >= 1200)
- {
- _root.result += "Your kung-fu is strong. Master Bruce move over, you is the high kicking sheznit";
- }
- else if(_parent.score >= 1000)
- {
- _root.result += " Your kung-fu is strong. Many warriors walk in fear of your skills, and your breath";
- }
- else if(_parent.score >= 700)
- {
- _root.result += "You do your school credit, many will die before you. ";
- }
- else if(_parent.score >= 700)
- {
- _root.result += "Buddha be praised! for one so young you are most eloquant!";
- }
- else if(_parent.score >= 600)
- {
- _root.result += "Your kung-fu is strong but you lack focus, eat more carrots.";
- }
- else if(_parent.score >= 500)
- {
- _root.result += "Your undoing is your stupidity, try harder fat one.";
- }
- else if(_parent.score >= 400)
- {
- _root.result += "Your undoing is your stupidity, try harder fat one.";
- }
- else if(_parent.score >= 300)
- {
- _root.result += "You powers are failing old man, you are slow and your technique is sloppy like your mind.";
- }
- else if(_parent.score >= 200)
- {
- _root.result += "Ha! Nice Technique, I must use it on your sister.";
- }
- else if(_parent.score >= 100)
- {
- _root.result += "Your kung-fu is weak, next time i will send my sister to fight you.";
- }
- else
- {
- _root.result += "Lay off the noodles fat boy.";
- }
- _root.result += "</center>";
-